home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / attr.h < prev    next >
C/C++ Source or Header  |  1996-01-30  |  2KB  |  67 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9. #ifndef _attr_h
  10. #define _attr_h
  11.  
  12. #define ATTR_ADDRESS 0
  13. #define ATTR_AFT 1
  14. #define ATTR_BASE 2
  15. #define ATTR_CALLABLE 3
  16. #define ATTR_CONSTRAINED 4
  17. #define ATTR_O_CONSTRAINED 5
  18. #define ATTR_T_CONSTRAINED 6
  19. #define ATTR_COUNT 7
  20. #define ATTR_DELTA 8
  21. #define ATTR_DIGITS 9
  22. #define ATTR_EMAX 10
  23. #define ATTR_EPSILON 11
  24. #define ATTR_FIRST 12
  25. #define ATTR_O_FIRST 13
  26. #define ATTR_T_FIRST 14
  27. #define ATTR_FIRST_BIT 15
  28. #define ATTR_FORE 16
  29. #define ATTR_IMAGE 17
  30. #define ATTR_LARGE 18
  31. #define ATTR_LAST 19
  32. #define ATTR_O_LAST 20
  33. #define ATTR_T_LAST 21
  34. #define ATTR_LAST_BIT 22
  35. #define ATTR_LENGTH 23
  36. #define ATTR_O_LENGTH 24
  37. #define ATTR_T_LENGTH 25
  38. #define ATTR_MACHINE_EMAX 26
  39. #define ATTR_MACHINE_EMIN 27
  40. #define ATTR_MACHINE_MANTISSA 28
  41. #define ATTR_MACHINE_OVERFLOWS 29
  42. #define ATTR_MACHINE_RADIX 30
  43. #define ATTR_MACHINE_ROUNDS 31
  44. #define ATTR_MANTISSA 32
  45. #define ATTR_POS 33
  46. #define ATTR_POSITION 34
  47. #define ATTR_PRED 35
  48. #define ATTR_RANGE 36
  49. #define ATTR_O_RANGE 37
  50. #define ATTR_T_RANGE 38
  51. #define ATTR_SAFE_EMAX 39
  52. #define ATTR_SAFE_LARGE 40
  53. #define ATTR_SAFE_SMALL 41
  54. #define ATTR_SIZE 42
  55. #define ATTR_O_SIZE 43
  56. #define ATTR_T_SIZE 44
  57. #define ATTR_SMALL 45
  58. #define ATTR_STORAGE_SIZE 46
  59. #define ATTR_SUCC 47
  60. #define ATTR_TERMINATED 48
  61. #define ATTR_VAL 49
  62. #define ATTR_VALUE 50
  63. #define ATTR_WIDTH 51
  64. #define ATTR_any 52
  65.  
  66. #endif
  67.